.buttons-aside{
    width: 100%;
}
.buttons-aside a{
    border-radius: 10px;
    background: #F79D1E;
    color: white;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.28px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}

.buttons-aside a.pink-link{
    background: #F50882;
}
.buttons-aside a:hover{
    background: #ffae3d;
}
.buttons-aside a.pink-link:hover{
    background: #F9399C;
}
.buttons-aside a:hover, .buttons-aside a:visited, .buttons-aside a:focus{
    text-decoration: none;
    color: white;
}

@media (max-width: 992px){
    .buttons-aside{
        display: none;
    }
}